TELEvent
Processes events for a telephone tool.
pascal void TELEvent (TELHandle hTEL, const EventRecord *theEvent);
hTEL
- A handle for the telephone record associated with the telephone tool which is to process the event.
theEvent
- An event. This can be any type of event (such as a mouse-down event).
DESCRIPTION
When your application receives an event, it should check whether therefCon
field for the window record (windowRecord
) contains a handle for a telephone record. If it does, then you should call this function to process the event. Such an event occurs, for example, when the user clicks a button in a dialog box displayed by the telephone tool.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help